home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Include / ProgressConstants.au3 < prev    next >
Encoding:
Text File  |  2007-09-08  |  323 b   |  13 lines

  1. #include-once
  2.  
  3. ; ------------------------------------------------------------------------------
  4. ;
  5. ; AutoIt Version: 3.2
  6. ; Description:    Progress Constants.
  7. ;
  8. ; ------------------------------------------------------------------------------
  9.  
  10. ; Styles
  11. Global Const $PBS_SMOOTH    = 1
  12. Global Const $PBS_VERTICAL    = 4
  13.